home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global gbVideoUp
- set gbVideoUp to 1
- set the visible of sprite 17 to 1
- buttonLogic()
- if the result = 1 then
- puppetSprite(2, 0)
- if the machineType = 256 then
- else
- nothing()
- end if
- if the machineType = 256 then
- puppetSound("Forest3e.AIFFSE")
- else
- sound fadeIn 2, 2 * 60
- end if
- bGetGirlVideo3(3)
- end if
- end
-